Deleting a document that has been replicated to collaborating sites can have serious negative implications. Up to Global Collaboration Framework version 2.1, it would show a confirmation dialog box when the user deleted a document that had been replicated to collaborating sites. Since Global Collaboration Framework version 2008, this can be controlled by implementing the user-defined VBScript function GCFShowRemoteDeletionConfirmation. When this function returns True, the confirmation dialog is shown. Otherwise, the dialog is suppressed.
Function GCFShowRemoteDeletionConfirmation() GCFShowRemoteDeletionConfirmation = True End Function
Related concepts
Related tasks
Understanding common conflicts
Suppressing custom code during GCF operations